Anaconda Introduction
Anaconda is the most popular python data science platform. There are...
- Over 4,500,000 users
- Over 150 Enterprise customers
- Over 1000 data science packages
Anaconda Distribution provides one way to do Python data science and machine learning.
Anaconda Distribution includes the conda package and virtual environment manager.
The conda package and virtual environment manager can help us to install and run data science and machine learning environments (with one conda install
command). E.g., Scikit-Learn or Tensorflow are such environments.
The Anaconda Distribution includes some useful libraries, e.g. Tensorflow, Conda, Numpy, SciPy, ...